home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
quarter.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
224 b
|
30 lines
Quarter
{
{
mirrorxy
x1=-2.8
x2= 2.8
y1=-1.4
y2= 1.4
bailout=2.0
}
{
z=pixel
c=pixel
}
{
t1=z*z
t1=t1+[1.0,0.0]
t2=z*z
t2=t2-[1.0,0.0]
t2=t2*c
z=t1/t2
w=abs(z)
}
{
w>bailout
}
{
}
}